home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / ISDN Modemy / Well / ISDN-USB-WN-v7_01.exe / Win2K / WW694USB.INF < prev   
Encoding:
Windows Setup INFormation  |  2002-03-18  |  4.7 KB  |  147 lines

  1. ;
  2. ; Winbond W6692 PCI INF for WAN Miniport Drivers
  3.  
  4. [version]
  5. Signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
  8. Provider   = %Wb_Isdn%
  9. LayoutFile = layout.inf
  10. DriverVer=3/27/2000,2.10.1381.1
  11.  
  12. [Manufacturer]
  13. %WBISDN% = WINBOND
  14.  
  15.  
  16. [WINBOND]
  17. %wb6694usb.DeviceDesc% = wb6694usb.ndi, USB\VID_1046&PID_6694
  18.  
  19. ;****************************************************************************
  20. ; NT main sections
  21. ;****************************************************************************
  22. [wb6694usb.ndi.NT]
  23. BusType     = 5
  24. AddReg      = wb6694.Gen.Params, wb6694.ndis.reg
  25. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  26. CopyFiles=wb6694.CopyFiles, wb6694.inf.CopyFiles, Capidll.CopyFiles
  27.  
  28.  
  29. [wb6694usb.ndi.NT.Services]
  30. AddService = wb6694, 2, wb6694.Service, common.EventLog
  31.  
  32. ;****************************************************************************
  33. ; NT Base Section
  34. ;****************************************************************************
  35. [wb6694.ndis.reg]
  36. HKR, Ndi,       Service,    0, "wb6694"
  37. ; NT reg
  38. HKR, Ndi\Interfaces,            DefUpper,   0, "ndiswan"
  39. HKR, Ndi\Interfaces,            DefLower,   0, "isdn"
  40. HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
  41. HKR, Ndi\Interfaces,            LowerRange, 0, "isdn"
  42.  
  43. ; ISDN information
  44. HKR, ,   WanEndPoints,           0x00010001, 2
  45. HKR, ,   IsdnNumDChannels,       0x00010001, 1
  46. HKR, ,   IsdnAutoSwitchDetect,   0x00010001, 1
  47. HKR, ,   IsdnSwitchTypes,        0x00010001, 0x0000009f
  48. ; Support AUTO, ATT, NI1, NORTH, NTT, ESSD
  49.  
  50. HKR, 0,  IsdnNumBChannels,              0x00010001, 2
  51. HKR, 0,  IsdnMultiSubscriberNumbers,    0x00010000, ""
  52.  
  53. ;****************************************************************************
  54. ; General Params
  55. ;****************************************************************************
  56. [wb6694.Gen.Params]
  57. HKR,,DevLoader,,*NTKERN
  58. HKR,,NTMPDriver,0,wb694usb.sys
  59.  
  60. HKR, , BoardType, , "wb6694"
  61. HKR, , BoardName, , "wb6694"
  62. HKR, , MediaType, , "ISDN"
  63. HKR, , AudioType, , "1" ; A-Law
  64. ;HKR, , AudioType, , "0" ; U-Law
  65. ;HKR, , RVSVERSION, , "3" ; RVS-COM Version 3.0
  66. HKR, , RVSVERSION, , "2" ; RVS-COM Version 2.0
  67. HKR,Ndi\Remove,ndiswan,,"NDISWan.ndiswan.Remove"
  68.  
  69. ;****************************************************************************
  70. ; NT Install/Remove Section
  71. ;****************************************************************************
  72. [wb6694.CopyFiles]
  73. wb694usb.sys            ; The name of the driver
  74.  
  75. [wb6694.inf.CopyFiles]
  76. ww694usb.inf                        ; The name of this INF
  77.  
  78. [Capidll.CopyFiles]
  79. capi2032.dll            ; The name of the driver
  80.  
  81. [NDISWan.ndiswan.Remove]
  82. DelFiles= wb6694.CopyFiles, wb6694.inf.CopyFiles, Capidll.CopyFiles
  83. DelReg=USB6694.DelReg
  84.  
  85. [USB6694.DelReg]
  86.  
  87. HKLM,Enum\USB\VID_1064&PID_6694
  88.  
  89. [SourceDisksNames]
  90. ; The name of the disk that the user will be prompted for
  91. 1 = "wb6694usb Driver Diskette", "",
  92.  
  93. [SourceDisksFiles]
  94. ; Which disk the files are located on
  95. wb694usb.sys     = 1
  96. ww694usb.inf     = 1
  97. capi2032.dll     = 1
  98. ;****************************************************************************
  99. ; Destination Directories
  100. ;****************************************************************************
  101. [DestinationDirs]
  102. DefaultDestDir            = 11 ; System Directory
  103. wb6694.CopyFiles          = 12 ; Windows Drivers Directory
  104. wb6694.inf.CopyFiles      = 17 ; Inf Directory
  105. Capidll.CopyFiles      = 11 ; System Directory
  106.  
  107. ;****************************************************************************
  108. ; NT Service Section
  109. ;****************************************************************************
  110.  
  111. [wb6694.Service]
  112. DisplayName = %wb6694.DeviceDesc%
  113. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  114. StartType       = 3 ;%SERVICE_DEMAND_START%
  115. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  116. ServiceBinary   = %12%\wb694usb.sys
  117. LoadOrderGroup  = NDIS
  118.  
  119. [common.EventLog]
  120. AddReg = common.AddEventLog.reg
  121.  
  122. [common.AddEventLog.reg]
  123. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  124. HKR, , TypesSupported,   0x00010001, 7
  125.  
  126.  
  127. ;****************************************************************************
  128. ; Destination Directories
  129. ;****************************************************************************
  130. [DestinationDirs]
  131. wb6694.CopyFiles = 12   ; drivers directory
  132. Capidll.CopyFiles = 11   ; System directory
  133.  
  134. ;****************************************************************************
  135. ; Localizable Strings
  136. ;****************************************************************************
  137. [strings]
  138. ; Provider
  139. Wb_Isdn="Winbond Electronic Inc."
  140.  
  141. ; Manufacturers
  142. WBISDN="Winbond Electronic Inc."
  143.  
  144. ; Device Descriptions
  145. wb6694usb.DeviceDesc="WB6694 USB ISDN Adapter"
  146.  
  147.